The H5T_GET_MEMBER_VALUE function retrieves the value of an enumeration datatype member.
Result = H5T_GET_MEMBER_VALUE(Datatype_id, Member)
Returns an integer containing the value of the specified datatype member.
A long integer containing the identifier of the enumeration datatype.
An integer containing the member index. Member indices are zero-based.
None
6.3 |
Introduced |